home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000106_icon-group-sender _Fri Nov 11 16:49:42 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 11 Nov 1994 15:25:06 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: 11 Nov 1994 16:49:42 GMT
  4. From: dmerrill@hobbes.boulder.ibm.com (Darren Merrill)
  5. Message-Id: <3a07b6INN8t9@afshub.boulder.ibm.com>
  6. Organization: IBM Boulder
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <39vv66$19i@newsbf01.news.aol.com>
  9. Reply-To: dmerrill@hobbes.boulder.ibm.com (Darren Merrill)
  10. Subject: Re: Icon OS/2 problems
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12.  
  13. In article <39vv66$19i@newsbf01.news.aol.com>, hunnia@aol.com (HUNNIA) writes:
  14. |> The following segment outputs data to a file, if compiled
  15. |> under OS/2 ICONT, but generate only an empty file if
  16. |> compiled under OS/2 XICONT. It will print correctly onto
  17. |> a window, if "w' is changed into "x". 
  18. |>   Why cannot I get a file output with XICONT in OS/2
  19. |> 
  20. |> aFile := open("app.icn","w")
  21. |> write(aFile,"This is a test")
  22. |> 
  23. |> Thanks
  24. |>   Sandor
  25.  
  26. Bug in PM icon runtime.
  27.  
  28. Darren Merrill
  29.  
  30.